home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / reviews / wu_02 < prev    next >
Text File  |  1993-11-18  |  17KB  |  384 lines

  1. WU-02:  Forms Creators
  2.  
  3.  
  4. Comparative Review:
  5. ------------------
  6.  
  7. We compared four forms management programs: EZ-Forms Executive, FormGen,
  8. Inform-Z, and Form Master. In addition, we tried out FormFill, which is a form
  9. filling companion program for FormGen.
  10.  
  11. Creating a simple form normally consists of several steps. The first is to move
  12. around the screen typing in the captions, then you can draw lines and boxes for
  13. the data. Next, for on-line form-filling, you create the data-entry fields and
  14. any date or math fields. Finally, you can go back and add special printing
  15. touches to fancy-up the form.
  16.  
  17. Because creating a form is something that you probably don't do every day, our
  18. testing put a premium on intuitive operation and ease of use. In line with
  19. this thinking, EZF and FormGen have most of their documentation on-line.
  20. Inform-Z has a 130k DOC file which we scanned and used for reference, the way
  21. we believe most people would do with programs intended for occasional use. We
  22. did the same with Form Master's 77k doc file.
  23.  
  24. Finally, EZF and Inform-Z are "shareware" versions that do not function
  25. exactly the same as the "registered" versions. FormGen/FormFill is a fully
  26. functioning set of programs, but there are more advanced versions also
  27. available. PsL's policy is to only report on features actually in the the
  28. "shareware" versions, since that is all the user will get to try.
  29.  
  30. Entering Captions
  31. -----------------
  32. In starting EZF, you have to sit through not one, but three "shareware screens"
  33. and watch a counter tick down to zero before going on to the next. When we
  34. finally got to the form-design, we had a little trouble understanding EZF's
  35. modus operandi. We finally backed out to the main menu screen and read the
  36. on-line manual.
  37.  
  38. It turns out that EZF's strategy is that any blank spaces on a form are places
  39. that you want to enter data, including the spaces between words in a caption. So
  40. you should first type all of your captions, then press F3, which fills the
  41. screen with tilde characters, than move around and blank out the spaces where
  42. you want data input to be done. The tilde characters do not show when you print
  43. the form or fill it in on-line.
  44.  
  45. FormGen and Form Master have easy and intuitive interfaces. You just move around
  46. the screen with the cursor keys and type at will with full-screen editing. Form
  47. Master is the only one that allows forms wider than 80 columns.
  48.  
  49. Inform-Z's method of entering captions confused us at first, but turned out to
  50. have some advantages. In short, you can move around the screen at will like any
  51. full-screen editor, but once you start typing, it turns into a "field editor"
  52. stretching from the cursor position to the next non-blank character.
  53.  
  54. This means that you can, for example, delete characters and only the characters
  55. in the field will be shifted to the left. In the other programs, when you are
  56. entering a caption, if you delete a character, all the text on the same line (to
  57. the right of the cursor) will be shifted left, just like in any text editor or
  58. word processor. This destroys any line drawings or captions you already had in
  59. place.
  60.  
  61. Drawing Lines
  62. -------------
  63. EZ-Foms and FormGen use "intelligent line drawing". You toggle the line
  64. drawing mode on and use the cursor keys to draw lines. It automatically adds
  65. the line merging ASCII characters when two lines meet/cross. EZF has a
  66. "graphics patch" that can scan a form and tie up any loose ends in your line
  67. drawings.
  68.  
  69. In Inform-Z, when you begin a line, the starting point blinks and nothing else
  70. happens while you move the cursor. When you get to the ending point and press
  71. Enter, it draws the line, including inserting appropriate line-merging
  72. characters. While this method of line drawing works all right, it is not as
  73. easy (particularly for patching a line in one spot) as the method used by
  74. FormGen and EZF.
  75.  
  76. Form Master does line drawing in a manner similar to Inform-Z, although in a
  77. less complicated manner. FM surmises from your keystrokes whether the line you
  78. want is supposed to be horizontal, vertical or a box. Inform-Z requires you to
  79. specify each of these things.
  80.  
  81. Defining Fields
  82. ---------------
  83. In EZF, you define fields by clearing spaces in the screen full of tilde
  84. characters, as already explained. In the other three, you simply mark off the
  85. spots you want the fields to be.
  86.  
  87. EZF and Form Master have auto-fill options: a sequence number, the current date,
  88. and the current time.
  89.  
  90. FormGen has never had an on-line form-filling function, meaning that it has
  91. never been more than a small text editor optimized for forms creation, which in
  92. our opinion is only marginally better than using something like WordPerfect to
  93. create forms.
  94.  
  95. However, a companion program, FormFill, can be used for filling in forms
  96. created with FormGen or a text editor. First you have to convert your FormGen
  97. file for use with FormFill by defining the fields. Again, FormGen (FormFill,
  98. actually) is the easiest and most efficient at defining fields. You simply
  99. move to where you want the field to start and press a key. You can specify
  100. your choice of many different numeric formats, including dollar formats and
  101. date format. You can also select automatic entry of the current date, as well
  102. as default text and number entries.
  103.  
  104. One serious shortcoming in FormFill is the lack of a self-incrementing
  105. sequence number. Many (if not most) forms need such a number - purchase
  106. orders, for example. Keeping track of such numbers is what computers are best
  107. at. Surprisingly, Inform-Z does not offer this feature either.
  108.  
  109. Inform-Z has an auto-date feature with your choice of three date formats, but
  110. its only other input screening or formatting feature is to force numeric input
  111. instead of text. It will not allow a one-character input field, which is a
  112. surprising and possibly serious limitation.
  113.  
  114. Formulas
  115. --------
  116. Entering formulas in FormFill is very easy. FormFill displays numbers for each
  117. of the fields on the screen and you simply use the field numbers in your
  118. formula.
  119.  
  120. Inform-Z is more complicated. We had to exit the program and read a relatively
  121. lengthy section of the documentation to figure it out. You can create formulas
  122. by pointing to the fields, but you have to point to the beginning and the end
  123. of each field and go through some other gyrations. In addition, you can only
  124. add numbers down; you cannot add a column of numbers across the page, which we
  125. consider a significant limitation. It does not allow complex formulas, but
  126. gets around that by letting you assign more than one formula to a cell - each
  127. formula building on the last.
  128.  
  129. EZF has the least convenient method of entering formulas. You have to write down
  130. the starting line and column numbers and width for each field you want to put in
  131. the formula before you start. However, EZF has range-addition, which simplifies
  132. some formulas.
  133.  
  134. Form Master allows the number of formulas you can describe with 8 lines of 72
  135. characters. You can place multiple formulas on a line if you separate them
  136. with one or more spaces. In contrast, EZF and Inform-Z each allow 100 formulas
  137. and FormGen/FormFill appears to have no limit.
  138.  
  139. Printing
  140. --------
  141. The "shareware" version of EZF makes you sit through the same three "shareware
  142. screens" countdown again. When we first tried it, we could not get it to
  143. accept any printer other than "generic", but we later got it to work after
  144. talking to the publisher.
  145.  
  146. Form Master comes set up for Epson LX printers, but lets you enter control codes
  147. for other printers and easily insert codes into your form for printing in bold,
  148. italics, compressed, elite, super- and subscript, underline, pica and expanded,
  149. and for printing upper-ASCII line-drawing characters.
  150.  
  151. FormGen/FormFill supports the IBM Graphics, Epson Pica, Epson Elite and HP
  152. LaserJet, but offers no way of dressing up forms with shading, italics, etc.
  153.  
  154. Inform-Z promises shaded printing and a lot of other fancy touches, but we
  155. could not get it to work on our Epson emulating printer.
  156.  
  157.  
  158. The Bottom Line
  159. ---------------
  160. FormGen/FormFill is the easiest and most straight-forward of the programs to
  161. use and Inform-Z has some very useful and unique features, but neither one of
  162. these has a "form numbering" option in the on-screen form filling, which is a
  163. significant drawback. We might have recommended EZ-Forms for those who want to
  164. fill in forms on screen, except for its irritating "reminders".
  165.  
  166. For overall use (filling in on-screen or simply printing blank forms), we
  167. suggest trying Form Master first. If you can live without sequencing numbers
  168. on your forms, we would go with Form-Gen/FormFill because of its ease of use
  169. and superior data formatting options, although Form Master runs a close
  170. second.
  171.  
  172. If your interest is primarily in creating forms to print out and not to fill
  173. in on-line, it's a toss-up: FormGen is easier to use, Inform-Z has more print
  174. enhancement options, if it will work on your printer, and its caption-field
  175. editing is nice, and Form Master allows forms wider than 80 characters. In
  176. addition, Form Master is the only one of the four that hasn't had features
  177. held back for a "registered" or "more advanced" version, and it is also the
  178. least expensive - two factors that makes it deserving of every consideration.
  179.  
  180. We might add that all of these programs are, in general, very well written, easy
  181. to use, bug-free, and blessed with lots of on-line help. You can't go too far
  182. wrong with any of them.
  183.  
  184.  
  185. The Programs:
  186. ------------
  187.  
  188. EZ-Forms Executive 4.0
  189.    EZX Corporation
  190.    $129
  191.    #27071/1499
  192. in addition to the above described features, directory navigation is available,
  193. and a Fill-Out-Only mode is included so users can't alter pre-designed master
  194. forms. Forms can be up to 999 lines long or 254 columns wide. A simple pick menu
  195. is provided for installing over 500 common printer types, and laser support is
  196. provided. Forms can be saved to disk.
  197.  
  198. Form Master
  199.    CastleSoft
  200.    $25
  201.    #27071/2452
  202.  
  203. Inform-Z
  204.    Smetana, Rob W. and Pro~Formance
  205.    $53
  206.    #27071/1931
  207. (formerly P~F Form. This can be used with Mail Call, a mailing list management
  208. program.)
  209.  
  210.  
  211. Inform-Z Forms Collection
  212.    Smetana, Rob W.
  213.    $0
  214.    #3963
  215. is a collection of predesigned forms for sales/retail, home and office to use
  216. with Inform-Z. There are over 140 forms.
  217.  
  218.  
  219. FormFill
  220.    FormGen Corporation ASP
  221.    $25-$35
  222.    #27371/2451
  223.  
  224. Formgen
  225.    FormGen Corporation ASP
  226.    $129
  227.    #27371/645
  228.  
  229.  
  230. Other Forms Managers:
  231. --------------------
  232.  
  233. EZ-Forms First 1.11
  234.    EZX Publishing
  235.    $39
  236.    #27370/2498
  237. is a basic forms creation and fill-in program. It lacks many of the features
  238. (such as line-drawing and formulas) of the other forms programs in PsL, but has
  239. the advantage of being free (no shareware registration fee). It also comes with
  240. a very useful set of 14 predefined forms which you can load, make minor changes
  241. to, and use.
  242.  
  243.  
  244. EZ-Forms Plus E31
  245.    EZX Corporation
  246.    $71
  247.    #27370/305
  248. lets you create, fill in, and print forms. It supports HP LaserJet and Epson
  249. printers including LQ 24-pin printer support. Forms are stored in compressed
  250. form to save disk space. Forms can be up to 126 lines and 255 columns.
  251. Lotus-style menus are used. Bold print and underline can be used in forms.
  252. Auto-date and -time insertion into forms is possible, along with auto-
  253. numbering. Other features include an annotated forms directory; integrated
  254. Laser printer support; directory navigation and annotation; bolding and
  255. underlining; 90+ basic forms template/style sheet pack; four function math;
  256. and basic laser fonts.
  257.  
  258.  
  259. EZ-Forms' Database 4.02c
  260.    EZX Corporation
  261.    $195
  262.    #27370/2450
  263. is a data management and forms processing program. It can also be used as an
  264. inexpensive fill-only module for EZ-FORMS. It will let you create a database
  265. from an existing form. Features include automatic indexing, multiple indexes,
  266. merge/append additional files, keyboard macros, repeat keys, on-line manual,
  267. quick reports, labels, query, seek, find, and browse modes, unlimited
  268. relational look-ups, and field calculations.
  269.  
  270. Other features include an integrated EZFX form editor; the ability to export
  271. with selectable fields; maximum form dimensions of up to 396 lines and 256
  272. columns; database and form fields of up to 1000; and a lockout feature to
  273. prevent unauthorized users from creating/modifying forms and database
  274. structures. Requires a hard disk.
  275.  
  276.  
  277. EZX Pre-Designed Form Packs
  278.    EZX Publishing
  279.    $14-$69 per package
  280.    #20060/04790 [4 disks]
  281. contains over 600 general business forms for use with EZ-Forms Plus,
  282. EZ-Forms Executive, and EZ-Forms Database.
  283.  
  284.  
  285. FormGen: Business Forms
  286.    $0
  287.    FormGen Corporation ASP
  288.    #27371/2662 [2 disks]
  289. is a collection of over 70 predesigned business forms including Purchase Orders,
  290. Invoices, Expense Forms, Accounting Forms, Inventory, Applications, and Work
  291. Orders. You can use them as-is or quickly customize them to your own specific
  292. needs with FormGen (disk #0645). You can also use FormFill (#2451) to fill in
  293. the forms on-line.
  294.  
  295.  
  296. FormGen: Home Forms
  297.    FormGen Corporation ASP
  298.    $0
  299.    #27371/2663
  300. is a collection of 50 forms designed for home use including score sheets, floor
  301. plans, maps, schedules, calendars, and tax planning.
  302.  
  303.  
  304. FormGen Medical Forms
  305.    FormGen Corporation ASP
  306.    $0
  307.    #4211
  308. is a collection of over 30 commonly used medical forms for use with FormGen II
  309. and FormFill. Included are standard insurance, operating schedule, temperature
  310. chart, on-call doctor log forms, as well as lab test forms.
  311.  
  312.  
  313. MorForm
  314.    MorSoft
  315.    $40
  316.    #27491/3267 [2 disks]
  317. is a forms management system with which you can create customized forms with
  318. automatic box and line drawing and special character insertion. Fill them out
  319. with full data entry capabilities including automatic computations, multiple
  320. choice selections for repetitive information, customized field help, automatic
  321. date and time stamping, and incremental numbering. Each form may be from 1 to 30
  322. pages in length. Requires 640K and a hard disk.
  323.  
  324.  
  325. PCForm 3.03a
  326.    CareWare ASP
  327.    $25-$30
  328.    #27491/3964  (10-93 CD)
  329. makes it easy to create professional looking forms. You maintain forms in a
  330. manner to fit your needs. Features include easy to use word processing like
  331. entry and editing, easy line and box drawing, comprehensive file management,
  332. auto-tab and block editing, multiple pages, and mouse and printer support
  333.  
  334.  
  335. Better Business
  336.    McMData Systems
  337.    $20
  338.    #4876
  339. prints out a variety of business letters. There are 40 letters
  340. topics such as past-due payments, bad absentee record, laying off an
  341. employee, canceling an order, replying to credit queries, billing
  342. errors, complaints, thank-you notes and more. Letters can be printed and
  343. filled in by hand or filled in on screen using a text editor.
  344.  
  345.  
  346. F & L 1.0
  347.    Grand Universal ASP
  348.    $33-$40
  349.    #12181
  350. are pre-formatted templates for writing business/legal forms and
  351. letters. Templates are provided in WinWord, WordPerfect, Works and ASCII
  352. formats that can be modified to fit your needs.
  353.  
  354. Forms are included for Agreement to Sell Business, Bill of Sale,
  355. Business Lease, Car Bill of Sale, Contract/Agreement, Contractor's
  356. Estimate Sheet, Debt Compromise, General Power of Attorney, General
  357. Release, Installment Note, Loan Purpose Affidavit, Release of Lien,
  358. Simple Partnership Agreement, Trade Name Affidavit, UCC Security
  359. Agreement and Will.
  360.  
  361. Letters are included for After an Appointment, Asking for Credit,
  362. Business Service, Collection Letters and Notice, Commercial Credit
  363. Request, Delayed Shipment, Employee Warning, Firm Offer to Buy,
  364. Follow-up Sales Letter, Interest in a Project, New Business
  365. Announcement, New Client, Order Acknowledgment, Price Increase, Referral
  366. Request, Response to Info Request, Sales Inquiry Response, Referral
  367. Request, and Why Aren't You Buying?.
  368.  
  369.  
  370. Legal Eagle 2.0
  371.    McMData Systems
  372.    $30
  373.    #4701
  374. allows you to print out a variety of legal forms, including promissary
  375. notes, power of attorney, wills, bill of sale, leases, stocks, loans,
  376. goods and services, employment, meetings, trusts, and much more. Forms
  377. can be printed and filled in by hand or filled in on screen using a text
  378. editor. A dictionary of legal terms is included. Requires 512k RAM, 600k
  379. of disk space.
  380.  
  381.  
  382. ]]]]]
  383.  
  384.